func crypto/des.permuteInitialBlock

4 uses

	crypto/des (current package)
		block.go#L14: 	b = permuteInitialBlock(b)
		block.go#L119: func permuteInitialBlock(block uint64) uint64 {
		cipher.go#L99: 	b = permuteInitialBlock(b)
		cipher.go#L134: 	b = permuteInitialBlock(b)